Skip to content

Remove unused FLIPPER_USERNAME and FLIPPER_PASSWORD credentials#6548

Merged
compwron merged 1 commit intomainfrom
remove-unused-flipper-credentials
Oct 13, 2025
Merged

Remove unused FLIPPER_USERNAME and FLIPPER_PASSWORD credentials#6548
compwron merged 1 commit intomainfrom
remove-unused-flipper-credentials

Conversation

@compwron
Copy link
Collaborator

@compwron compwron commented Oct 9, 2025

Summary

  • Removed commented-out set_up_flipper function that used basic auth with FLIPPER_USERNAME and FLIPPER_PASSWORD
  • Removed FLIPPER_USERNAME and FLIPPER_PASSWORD from .env.example
  • Removed FLIPPER_USERNAME and FLIPPER_PASSWORD from .devcontainer/.env.codespaces

The application now uses the CanAccessFlipperUI constraint for Flipper authentication (as seen in config/routes.rb:263-265), making these old basic auth credentials obsolete.

Test plan

  • Ran full test suite - all tests pass
  • Verified Flipper UI still works with existing CanAccessFlipperUI constraint
  • Confirmed no other references to FLIPPER_USERNAME or FLIPPER_PASSWORD in codebase

🤖 Generated with Claude Code

The application now uses CanAccessFlipperUI constraint for Flipper authentication instead of basic auth with environment variables. This removes the commented-out code and unused environment variable references.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@github-actions github-actions bot added the ruby Pull requests that update Ruby code label Oct 9, 2025
@compwron
Copy link
Collaborator Author

compwron commented Oct 9, 2025

FYI @AudTheCodeWitch

@compwron compwron merged commit e1b8904 into main Oct 13, 2025
11 checks passed
@compwron compwron deleted the remove-unused-flipper-credentials branch October 13, 2025 03:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant